'Declaration Protected Overridable Function InsertAsyncOverride( _ ByVal index As Integer, _ ByVal item As T, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of Integer)
protected virtual Task<int> InsertAsyncOverride( int index, T item, CancellationToken cancellationToken )
Parameters
- index
- The index where the item is inserted.
- item
- The item inserted.
- cancellationToken
- The cancellation token.